Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dafiliks committed Dec 27, 2023
1 parent 1071e54 commit ba207ae
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,14 @@ tar -xf sdl2.zip
# Add sdl2 to your CMAKE_PREFIX_PATH environment variable
setx CMAKE_PREFIX_PATH %cd%
```
## How do I get started?
If you are new, please check out the examples [here](examples).

After you do this:
- Install SDL2 dependency
- Download one of the examples
- Open up one of the examples using Visual Studio Community or any other Visual Studio version
- ***Don't open up the examples in any text editors like Vim or Visual Studio Code unless you are an advanced user!!***

## Documentation
This library has a very well-written documentation. You can see the full documentation [here](docs/DOCUMENTATION.md). Alternatively, every function in this library has comments regarding its purpose, parameters, return types, etc.
Expand Down

0 comments on commit ba207ae

Please sign in to comment.