Donut.c 3Ds: Difference between revisions
From GameBrew
More actions
Created page with "{{Infobox 3DS Homebrews |title=donut.c |image=donutc3DS.png |description=donut.c ported to the 3DS. |author=KoffeeJava |lastupdated=2024/12/14 |type=Other Apps |version=1.0 |license=Mixed |download=https://dlhb.gamebrew.org/3dshomebrews/donutc3DS.7z |website=https://gbatemp.net/threads/donut-3dsx-3ds-a-donut-c-port.664459/ |source=https://github.com/KoffeeJava/donut.3dsx |donation= }} {{#seo: |title= (Other Apps) - GameBrew |title_mode=append |image=donutc3DS.png |image_..." |
No edit summary |
||
| Line 5: | Line 5: | ||
|author=KoffeeJava | |author=KoffeeJava | ||
|lastupdated=2024/12/14 | |lastupdated=2024/12/14 | ||
|type= | |type=Demos | ||
|version=1.0 | |version=1.0 | ||
|license=Mixed | |license=Mixed | ||
| Line 19: | Line 19: | ||
|image_alt=donut.c | |image_alt=donut.c | ||
}} | }} | ||
Port of the classic donut.c to the 3DS. Donut.c was a C program that made a ASCII 3D donut. | |||
==Media== | ==Media== | ||
'''Donut-shaped C code that generates a 3D spinning donut''' ([https://www.youtube.com/watch?v=DEqXNfs_HhY Lex Fridman]) <br> | '''Donut-shaped C code that generates a 3D spinning donut''' ([https://www.youtube.com/watch?v=DEqXNfs_HhY Lex Fridman]) <br> | ||
<youtube | <youtube>DEqXNfs_HhY</youtube> | ||
==Changelog== | ==Changelog== | ||
| Line 30: | Line 30: | ||
== Credits == | == Credits == | ||
Andy Sloane (Creator of donut.c info [https://www.a1k0n.net/2011/07/20/donut-math.html here]) | *Andy Sloane (Creator of donut.c info [https://www.a1k0n.net/2011/07/20/donut-math.html here]) | ||
GCR (formated version [https://gist.github.com/gcr/1075131 Gist here] ) | *GCR (formated version [https://gist.github.com/gcr/1075131 Gist here] ) | ||
ChatGPT (Ugh i know... I suck at C so it helped me with some errors) | *ChatGPT (Ugh i know... I suck at C so it helped me with some errors) | ||
== External links == | == External links == | ||
* | * GitHub - https://github.com/KoffeeJava/donut.3dsx | ||
* GBAtemp - https://gbatemp.net/threads/donut-3dsx-3ds-a-donut-c-port.664459/ | |||
Latest revision as of 05:03, 2 February 2025
| donut.c | |
|---|---|
| General | |
| Author | KoffeeJava |
| Type | Demos |
| Version | 1.0 |
| License | Mixed |
| Last Updated | 2024/12/14 |
| Links | |
| Download | |
| Website | |
| Source | |
Port of the classic donut.c to the 3DS. Donut.c was a C program that made a ASCII 3D donut.
Media
Donut-shaped C code that generates a 3D spinning donut (Lex Fridman)
Changelog
v1.0
- First Release.