| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix pixel::set_pixel_color(const f4::vec_t& rgba) | Sven Göthel | 2024-11-10 | 1 | -5/+0 |
* | cleanup includes; spacewars: remove wrong cast | Sven Göthel | 2024-09-14 | 1 | -8/+7 |
* | solarsystem: cleanup space & global names, accuracy: use fraction_timespec, a... | Sven Göthel | 2024-09-13 | 1 | -15/+7 |
* | Add convenience set_pixel_color() | Svenson Han Göthel | 2024-08-24 | 1 | -4/+25 |
* | pixel*: Silent warnings | Svenson Han Göthel | 2024-08-24 | 1 | -9/+9 |
* | unit: Move literals to namspace pixel::literals (cleanup); Use C++20 numbers ...v0.9.3 | Svenson Han Göthel | 2024-07-14 | 1 | -2/+3 |
* | pixel::init_gfx_subsystem: Return true if successful, otherwise false - don't... | Sven Göthel | 2024-07-14 | 1 | -1/+3 |
* | Fix: Event handling, don't miss an event: handle_events(..) -> while( handle_... | Svenson Han Göthel | 2024-07-11 | 1 | -1/+21 |
* | pixel/pixel.hpp: (ANY_KEY_DOWN + ANY_KEY_UP) -> ANY_KEY | Svenson Han Göthel | 2024-06-29 | 1 | -6/+5 |
* | input_event_type_t add player three (P3), sdl2 only | Svenson Han Göthel | 2024-06-12 | 1 | -0/+20 |
* | WebAssembly: Add interaction: General forced_fps, win_{width,height}; freefal... | Sven Göthel | 2024-03-31 | 1 | -4/+13 |
* | pixel::cart_coord_t: Add notion of sxy win -> fb for high-dpi to scale win-co... | Sven Göthel | 2024-03-30 | 1 | -53/+79 |
* | funcdraw: Add WebAssembly build | Sven Göthel | 2024-03-30 | 1 | -0/+19 |
* | freefall01: Add WebAssembly build | Sven Göthel | 2024-03-30 | 1 | -0/+4 |
* | pixel/pixel2f: Add use_subsys_primitives() notion, i.e. rendering primitives ... | Sven Göthel | 2024-03-30 | 1 | -6/+26 |
* | pixel: Remove P{1,2}_ACTION4 | Svenson Han Göthel | 2024-03-29 | 1 | -6/+2 |
* | pixel: Add P{1,2}_ACTION{3,4} input type | Svenson Han Göthel | 2024-03-23 | 1 | -2/+11 |
* | pixel: Add convenient c-string format to_string() incl. make_text() variant | Svenson Han Göthel | 2024-03-23 | 1 | -0/+7 |
* | pixel2f: Add tri_area() and use it for orientation() | Sven Göthel | 2024-03-21 | 1 | -0/+4 |
* | pixel::set_pixel_color(uint8_t[]): Add const modifier | Sven Göthel | 2024-03-20 | 1 | -1/+1 |
* | make_text: Add variant w/ custom font_size; texture_t adds custom dest_s[xy] ... | Sven Göthel | 2024-03-20 | 1 | -5/+15 |
* | Add convenient pixel::make_text(..) passing lineno from top-left using font_h... | Svenson Han Göthel | 2024-03-18 | 1 | -0/+13 |
* | pixel::swap_gpu_buffer: Add optional forced fps value, allowing to reduce ren... | Svenson Han Göthel | 2024-03-18 | 1 | -1/+1 |
* | pixel::handle_events(..): Split to handle_one_event() + handle_events() while... | Svenson Han Göthel | 2024-03-18 | 1 | -24/+163 |
* | Add handle_events2() allowing 2nd player input handling | Svenson Han Göthel | 2024-02-13 | 1 | -1/+8 |
* | Minor enhancement of pixel*f framework. | Svenson Han Göthel | 2024-01-25 | 1 | -11/+65 |
* | Add missing (c) header | Sven Gothel | 2022-12-28 | 1 | -0/+23 |
* | pixel gfx/sub: Add optional enable_vsync=false, expose time scale constants | Sven Gothel | 2022-12-27 | 1 | -1/+5 |
* | pixel: Add orientation_t and float compare(..) | Sven Gothel | 2022-12-27 | 1 | -0/+23 |
* | pixel: Add save_snapshot(..) and log_printf(..) | Sven Gothel | 2022-12-27 | 1 | -21/+92 |
* | pixel::f2::rect_t: Fix ctor w/ top-left and dimension, height was taken in op... | Sven Gothel | 2022-12-26 | 1 | -2/+6 |
* | Resolve mapping from/to cartesian coordinate system to framebuffer pixel coor... | Sven Gothel | 2022-12-25 | 1 | -42/+145 |
* | GFX Sub: Add fps counter. SDL Only for now: Mouse position, texture and text ... | Sven Gothel | 2022-12-25 | 1 | -3/+46 |
* | Initial commit of our gfxbox2, C++ computer graphics sandbox | Sven Gothel | 2022-12-07 | 1 | -0/+200 |