123
-=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- (c) WidthPadding Industries 1987 0|686|0 -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=-
Socoder -> C/C++/C#/Other -> Spiral Code?

Sun, 12 Apr 2015, 14:00
spinal
Good afternoon everyone.
I'm trying to draw a spiral on my pebble. this...



doesn't seem to be working, any ideas anyone?

-=-=-
Check out my excellent homepage!
Sun, 12 Apr 2015, 14:55
Krakatomato
Maybe this will help.

[pmc]krakatomato/simplespiral[/pmc]



//Andy
Sun, 12 Apr 2015, 15:06
Jayenkai
It took me bloody AGES to get the bouncy ball sin/cos stuff in SpikeDislike to work, and I still don't have a fucking clue what it was that made it work!

Yeah, I don't trust their Sin/Cos much, at all. Which is frustrating as hell given that 95% of Watch Function relies on it!
FFS...

Anyway, after a LOT (about an hour) of wrangling, I found this to be working.




Although, fuck knows why!

@Krakatomato : Pebble's Sin/Cos are screwed up beyond all known logic!
I'm sure that, somewhere, it's done for a reason, but I'm damned if I can figure out why!!

-=-=-
''Load, Next List!''
Sun, 12 Apr 2015, 15:14
Krakatomato
Afraid I don't have a Pebble (Mr. Casio watch from the 80's here), so haven't really bothered looking into it much

Does sound like a right old faff though =/

//Andy
Sun, 12 Apr 2015, 15:21
Jayenkai
It explains it all here.
https://developer.getpebble.com/docs/c/Foundation/Math/

.. But using words wot dunt wurk in mai hed.

-=-=-
''Load, Next List!''
Mon, 13 Apr 2015, 02:21
spinal
got that working, but no I have all sorts of issues, namely, far too much memory usage. Going to have to redo max time from the ground up (again).
Maybe it's time to look into some sort of 8x8 tile map for the huge max head, chop out repeating bits ect.

|edit| I'm sure someone here game me a link to a bitmap cutter-upper at some point in the past, done in blitz i believe...

-=-=-
Check out my excellent homepage!
Mon, 13 Apr 2015, 02:31
Jayenkai
The only cutter I've used is the one that came with PALib. You might want to travel back in time and have a nosey at what that could do for you..

-=-=-
''Load, Next List!''
Mon, 13 Apr 2015, 03:06
spinal
Bingo....

https://socoder.net/index.php?topic=3666&viewpost=37082#37082

-=-=-
Check out my excellent homepage!
Mon, 13 Apr 2015, 03:58
Jayenkai
Handy!
Mon, 13 Apr 2015, 06:24
rockford
Yep. MapRecon saved me hours and hours of work when I did remakes.
Tue, 14 Apr 2015, 02:21
Jayenkai
How goes the Spiral, Spinal?
Tue, 14 Apr 2015, 02:57
spinal
Spiral found its way to where it needed to be. However, as stated above, it has the unfortunate side effect of using up the last of the ram. So I'll be starting over. It looks like the colour version might have to be a second watchface instead of integrating it.



-=-=-
Check out my excellent homepage!