https://github.com/dfranx/browser
A simple browser built for https://github.com/BrowserJam/jam001
https://github.com/dfranx/browser
Last synced: 4 months ago
JSON representation
A simple browser built for https://github.com/BrowserJam/jam001
- Host: GitHub
- URL: https://github.com/dfranx/browser
- Owner: dfranx
- License: mit
- Created: 2024-09-15T16:58:07.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-16T11:32:15.000Z (almost 2 years ago)
- Last Synced: 2025-10-30T06:35:58.194Z (8 months ago)
- Language: C++
- Size: 34.2 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Browser
A simple browser built for https://github.com/BrowserJam/jam001
Works only on Windows (due to Direct2D and DirectWrite).
To build, you must first install SDL2 (I recommend vcpkg)
```vcpkg install sdl2```
Generate project using CMake and build it.
The program loads HTML from a `web.html` file and can load css from `default.css` (it has built in default CSS though and can work without this file).