Commit graph

55 commits

Author SHA1 Message Date
Corwin 7e14de0b76
Continue book (#639) 2024-05-14 20:56:16 +01:00
Gwilym Inzani 5d44c4a658
Remove references to mac on the windows getting started instructions 2024-05-14 20:39:02 +01:00
tolik518 3e962f2e35 fixed the sprite example to be compilable 2024-05-14 20:36:10 +02:00
tolik518 e4b6c62445 fixed wrong executable name in path 2024-05-14 19:47:50 +02:00
tolik518 74e1ca879a added windows instructions for setup 2024-05-14 19:47:24 +02:00
Gwilym Inzani ce9d3b2934 GBA has a 240x160px screen, not 144 (that's the original gameboy) 2024-04-24 11:26:12 +01:00
Corwin 8646af7536
whoops, it's oammanaged 2024-04-14 21:51:02 +01:00
Corwin 698e3ff523
use object managed 2024-04-14 21:50:08 +01:00
Corwin 4bbc1eb415
add teaser 2024-04-14 17:32:57 +01:00
Corwin b8a6cdde3a
add meta sprites chapter 2024-04-14 17:19:21 +01:00
Corwin 184b11ed81
use static rather than const 2024-03-29 14:41:08 +00:00
Gwilym Inzani 2de1b08f42 Remove references to arm-none-eabi 2023-05-21 16:37:35 +01:00
Gwilym Inzani 0d9cc6c1f7 Replace references to gbafix with agb-gbafix 2023-04-11 20:09:05 +01:00
Gwilym Inzani cf8210c421 Add a section about why you would want to use agb 2023-02-25 23:05:28 +00:00
Gwilym Inzani 17a8f770ed It doesn't teach you that... 2023-02-25 22:36:32 +00:00
Gwilym Inzani 17de416efd Improve hardware section as well 2023-02-25 22:35:36 +00:00
Gwilym Inzani 12e9433b8d Further improvements 2023-02-25 22:29:06 +00:00
Gwilym Inzani d3b38d9e94 Rewrite the building step 2023-02-25 22:07:58 +00:00
Gwilym Inzani 0c6f3330aa Rewrite the introduction 2023-02-25 22:03:18 +00:00
Gwilym Inzani adeb24be4d Make the book more positive 2023-02-25 21:58:00 +00:00
Gwilym Kuiper 97dec32fa2 Fix all the clippy lints 2023-02-07 20:32:43 +00:00
Joe Bain 95b7fd736d Fix links in mac setup doc 2022-12-09 15:29:21 +00:00
Joe Bain bc7c409296 Added setup instructions for mac 2022-12-09 15:20:30 +00:00
Gwilym Kuiper 6eeb1d3203 Fix spelling errors in the book 2022-11-17 21:20:56 +00:00
Gwilym Kuiper e24ef69e0f Should by y_tri 2022-11-01 21:25:39 +00:00
Gwilym Kuiper 3a24fca5b1 Fix spelling mistakes in the controls section in the book 2022-11-01 21:25:39 +00:00
Gwilym Kuiper c58899eb99 Add a second half to the controls section 2022-11-01 21:15:47 +00:00
Gwilym Kuiper e666ebbd05 Start section on controls 2022-11-01 21:15:47 +00:00
Gwilym Kuiper 2705c58a72 Small tweaks to the wording and add a comment about hblank 2022-11-01 21:15:47 +00:00
Gwilym Kuiper eeffd80e50 Format the code better 2022-11-01 21:15:47 +00:00
Gwilym Kuiper 67c293238d Replace the joinedtogether build with a template build 2022-11-01 21:15:47 +00:00
HoLLy 3ca57271b8 Fix incorrect package name in Linux setup guide 2022-10-23 16:37:18 +02:00
Corwin e51fde18bc Add a link to the discussions page on the repo 2022-08-01 23:41:01 +01:00
Corwin 6c957f9e3f resolve multiple aseprite files 2022-08-01 23:00:50 +01:00
Corwin 595d64912e remove unused import 2022-08-01 22:50:31 +01:00
Corwin 41f22f825b update link to use latest on docs.rs 2022-08-01 22:50:22 +01:00
Corwin 553a4bea08 update the sprites page of the book 2022-08-01 22:26:32 +01:00
Gwilym Kuiper 12c3639cb4 Temporarily remove the sprites chapter and update the gba struct chapter ready for release 2022-03-28 22:31:22 +01:00
Gwilym Kuiper f3e3782699 Update the book and the template 2022-01-16 21:46:53 +00:00
GBA bot 60e78768a4 You don't need extern crate agb; any more 2022-01-04 00:16:25 +00:00
GBA bot 4b86c22bee Revise sentence that didn't make much sense 2022-01-02 21:30:19 +00:00
GBA bot 026f057b8d Finish off section about bouncing a ball around the screen 2022-01-02 18:46:00 +00:00
GBA bot af40d48360 Add section on loading graphics and document the include_gfx! macro 2022-01-02 18:11:36 +00:00
GBA bot e02fda5fc9 Start the sprites chapter 2022-01-02 00:11:07 +00:00
GBA bot a1c4af3660 Fill in a bit about the Gba struct 2022-01-01 23:29:34 +00:00
GBA bot 5bcb86c222 Start writing about the gba struct 2022-01-01 23:15:07 +00:00
GBA bot f307db79e2 Rename to 01_introduction 2022-01-01 22:49:07 +00:00
GBA bot dcba19ed73 Write the introduction for the pong game 2022-01-01 22:35:08 +00:00
Gwilym Kuiper 73957a394c Move some files around 2021-11-24 20:24:11 +00:00
Gwilym Kuiper fb67cadbc7 Add some setup guide stuff 2021-11-24 20:20:17 +00:00