Commit Graph

28 Commits (main)

Author SHA1 Message Date
Sean Hickey 387384eaca Update to git.wisellama.rocks, fix some linter issues 2023-02-25 23:35:40 -08:00
Sean Hickey 343a43bed3 Rename stuff. Collisions don't work right 2022-06-18 23:00:11 -07:00
Sean Hickey 95d58d4525 Use gosimpleconf. Pull stuff out of main.go 2022-06-18 13:27:50 -07:00
Sean Hickey 4ef88ad21f Update readme 2022-06-18 11:18:53 -07:00
Sean Hickey b3c161eed2 Add golangci-lint and fix errors found 2022-04-25 00:22:04 -07:00
Sean Hickey db5a0aa6e8 collision works 2022-01-01 22:03:07 -08:00
Sean Hickey 9b6dd0d900 Collisions kinda work. 2022-01-01 15:29:18 -08:00
Sean Hickey 6a982acd5a Collision doesn't work yet. 2021-12-30 20:47:01 -08:00
Sean Hickey eec2d2c3d1 Added bounding box.
Renamed things based on golint.

Fixed movement of the paddle.
2021-11-27 20:48:04 -08:00
Sean Hickey 4343af651f Just let goimports handle the import sorting. 2021-11-22 14:10:35 -08:00
Sean Hickey 897ea4222c Fix license.
Fix lighting.

Start bounding box, not working yet.
2021-11-21 23:36:51 -08:00
Sean Hickey 26ae65e90b Switch from ISC to 2-Clause BSD license for no good reason. 2021-11-15 23:52:04 -08:00
Sean Hickey c11dc24b68 Fix bugs with the targets/boxes being created.
Fully understand the shader after reading OpenGL Superbible.

Attempted to cross compile for windows, but it fails on the shader compile for some reason.
2021-10-31 02:06:00 -07:00
Sean Hickey 4bafcb2957 Got some movement and boundaries. Bad, but works. 2021-10-31 02:05:54 -07:00
Sean Hickey 8a448d5978 Downgrade minimum version of glsl 2021-09-07 22:10:59 -07:00
Sean Hickey be6f3d9a62 Fix url for project. Fix attribution links. 2021-09-06 17:30:23 -07:00
Sean Hickey ea84d018f1 Add make release 2021-09-06 17:16:10 -07:00
Sean Hickey 747d25ccfb Add License, Attribution, and Readme files.
Disable lighting and shading when drawing wireframe mode.
2021-09-05 17:56:04 -07:00
Sean Hickey 0098f283f2 Add material and lighting. 2021-09-05 02:24:18 -07:00
Sean Hickey ebb429819a Got a field of bricks 2021-09-03 22:33:30 -07:00
Sean Hickey d38139e7ec Things are mostly working, now to make Breakout. 2021-09-03 16:57:19 -07:00
Sean Hickey 286efb85c5 Stuff draws correctly with different sizes and colors. Trying to pull out the draw() function failed. 2021-09-02 00:40:16 -07:00
Sean Hickey ccc61e9a07 Abstracting out drawing a box, doesn't work correctly. 2021-09-01 00:39:33 -07:00
Sean Hickey 0ed95e851b Pulled out window stuff into GameWindow 2021-08-28 14:11:51 -07:00
Sean Hickey 8fb02993f4 Quaternion rotations worked 2021-08-28 13:05:51 -07:00
Sean Hickey d624077dd1 Got some rotations, but they're wrong 2021-08-28 01:16:34 -07:00
Sean Hickey 11ba8d4913 Got some movement going. 2021-08-25 01:04:58 -07:00
Sean Hickey 21f16bf5c3 Following a couple different tutorials, got a rotating cube 2021-08-24 22:44:18 -07:00