OSDN Git Service

Working on README, put defs in joy.py
[joypy/Thun.git] / implementations / uvm-ncc / xerblin.c
2023-03-03 Simon FormanA bunch of stuff.
2023-02-28 Simon FormanMinor cleanup.
2023-02-28 Simon FormanUse defines to abstract font choice.
2023-02-28 Simon FormanA different font.
2023-02-28 Simon FormanMostly working Wu-ish algorithm.
2023-02-27 Simon FormanCicada bg, needs work.
2023-02-27 Simon FormanI clearly don't know what I'm doing.
2023-02-27 Simon FormanIs this fun? Kinda.
2023-02-27 Simon FormanHorizontal proto-Wu.
2023-02-27 Simon FormanHorz/vert lines and boxes.
2023-02-27 Simon FormanAw, exit() doesn't work?
2023-02-27 Simon FormanBut KEY_BACKSPACE doesn't seem to fire?
2023-02-27 Simon FormanHa ha! The escape-to-quit behavior...
2023-02-27 Simon FormanAdd if..else ladder for keys.
2023-02-27 Simon FormanEscape key exits program.
2023-02-27 Simon Formanminor edits
2023-02-26 Simon FormanDraw chars when you click.
2023-02-26 Simon FormanA sort of blit.
2023-02-26 Simon FormanMove draw_background to own file graphics.h.
2023-02-26 Simon FormanSwitch font size to 22.
2023-02-26 Simon FormanMinor cleanup.
2023-02-26 Simon FormanTry changing the font size.
2023-02-26 Simon FormanDisplay font in anti-aliased glory!
2023-02-26 Simon FormanAlpha blend font FTW!
2023-02-26 Simon FormanOkay, alright, skipping blank pixels.
2023-02-26 Simon FormanWe have a character on the screen!
2023-02-26 Simon FormanA start on draw_char().
2023-02-26 Simon FormanRename anim_callback to draw_background
2023-02-26 Simon FormanI think I got it.
2023-02-26 Simon FormanThis compiles and runs, include font.h but don't call...
2023-02-26 Simon FormanSo far...
2023-02-26 Simon FormanDrawing pixel per mouse move is slow at 1280x800.
2023-02-26 Simon FormanRepair damage during mouse move.
2023-02-26 Simon FormanLet's use uvm.