Skip to content

Commit

Permalink
Added demo pages
Browse files Browse the repository at this point in the history
  • Loading branch information
dhalsim committed Feb 26, 2024
1 parent dbf9383 commit 74c7f9c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,23 @@

An example of how to create [Immediate mode](https://en.wikipedia.org/wiki/Immediate_mode_(computer_graphics)) GUI web applications using DOM manipulation.

# Demos

* Counter app: https://dhalsim.github.io/imgui-dom/examples/counter/
* Todo app: https://dhalsim.github.io/imgui-dom/examples/todo/

# How to run

## Counter example

Install dependencies: `npm install`
Run: `npm start:counter`

## ToDo example

Install dependencies: `npm install`
Run: `npm start:todo`

# TODOs

- [ ] Add Tailwind CSS to the project rather then using a CDN for treeshaking.

0 comments on commit 74c7f9c

Please sign in to comment.