Skip to content

Commit

Permalink
Adding a bunch of presets
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMBarr committed Aug 3, 2023
1 parent 6c220d4 commit c2f4bc6
Show file tree
Hide file tree
Showing 3 changed files with 761 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ https://finitelooper.github.io/noise-maker/

TODO:

- Add "handles" for modifying X/Y light positions
- Add "handles" in the UI for modifying X/Y light positions
8 changes: 8 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@
</a>

<aside class="flex-shrink-0 overflow-auto">
<div class="card m-3 mb-0">
<div class="card-body">
<select class="form-select" id="ctrl-preset">
<option value="" selected>Presets</option>
</select>
</div>
</div>
<div id="svg-controls" class="d-flex flex-column">
<div class="card m-3 mb-0">
<div class="card-body">
Expand Down Expand Up @@ -1088,6 +1095,7 @@ <h5 id="code-modal-title" class="modal-title">Your Texture Code</h5>
></script>
<script src="main.js"></script>
<script src="helpers.js"></script>
<script src="presets.js"></script>
<script src="modal.js"></script>
</body>
</html>
Loading

0 comments on commit c2f4bc6

Please sign in to comment.