This website works better with JavaScript.
Explore
Help
Sign In
learn-code-the-hard-way
/
simple-cpp-game-study
Watch
1
Star
0
Fork
You've already forked simple-cpp-game-study
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
28
Commits
1
Branch
0
Tags
867 KiB
Tag:
Branch:
Tree:
6363457d0f
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '6363457d0f'
${ noResults }
Commit Graph
28 Commits (6363457d0f25d988b3c194ef1a58b7657a23e22c)
All Branches
Search
Author
SHA1
Message
Date
Zed A. Shaw
6363457d0f
Add a little click sound to test out sounds.
11 months ago
Zed A. Shaw
8f3840b602
Add a fun little meh face guy for a sprite.
11 months ago
Zed A. Shaw
321e4ddbf0
Preparing for more cleaned up design but that'll involve finally learning C++ again since I will want to make a class or struct to hold game state and other things.
11 months ago
Zed A. Shaw
6735355e28
Need some extra stuff to make it work in mingw on Windows.
11 months ago
Zed A. Shaw
ae93ac52b8
Apply some torque to it so it spins.
11 months ago
Zed A. Shaw
084a9c59a6
Make the arrow keys work too.
11 months ago
Zed A. Shaw
38c0fee65c
Now box 2d lets you move the box around with right and left mouse buttons.
11 months ago
Zed A. Shaw
285cd4971f
And now clicking with a mouse jumps the square to that spot.
11 months ago
Zed A. Shaw
37199bdd19
Now you can move the square around with the keyboard.
11 months ago
Zed A. Shaw
4cb1465dbc
And now it's spinning ni the center. I don't know why x=100, y=100 is the center origin of a 100x100 square so more research needed.
11 months ago
Zed A. Shaw
c3d16f7930
Now I have a spinning square in the center and a clock. Kind of a weird spin but it work. We got motion.
11 months ago
Zed A. Shaw
29a9949498
Testing out the threads with C++11 lambdas.
11 months ago
Zed A. Shaw
d2dfb72775
Super jank clock in ImGUI to learn the SFML time keeping functions.
11 months ago
Zed A. Shaw
e7efc197a1
Quick hack to watch my source and rebuild.
11 months ago
Zed A. Shaw
f44a08f099
Update the README.
11 months ago
Zed A. Shaw
c2541c1384
And now we have OSX and Windows builds working.
11 months ago
Zed A. Shaw
21c260ec32
Looks like the only way to solve this is to do it on the command line for windows.
11 months ago
Zed A. Shaw
1f9ffe8993
Nothing seems to work. This is OSX, let's try some other options on Windows.
11 months ago
Zed A. Shaw
325dbf808b
Nothing actually works as advertised in Meson.
11 months ago
Zed A. Shaw
c0bd860254
Attempting to detect windows to add the option you need.
11 months ago
Zed A. Shaw
98264d30f4
Needed to add the default_library=static option for Windows, but I believe that fails on OSX.
11 months ago
Zed A. Shaw
53bc5c93ed
Try out fmt which is a very nice printing/formatting library.
11 months ago
Zed A. Shaw
8425872f5e
Update about the SDL2 demo.
11 months ago
Zed A. Shaw
23def1ac97
Forgot the gitignore.
11 months ago
Zed A. Shaw
b4ff44788a
Bring in a simple SDL2 demo for completeness. It's running in a main.cpp to test SDL2 in C++.
11 months ago
Zed A. Shaw
dfbae6043b
Simple README and a first test running on OSX.
12 months ago
Zed A. Shaw
8a78fffb5f
A simple meson based build of an SFML+ImGUI project.
12 months ago
Zed A. Shaw
7cf9010686
Initial commit
12 months ago