Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Beyondo authored Dec 1, 2022
1 parent 4eccf33 commit 3332eac
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@ MyProject\dependencies> git clone https://github.com/Beyondo/null
- Make sure to click on "Show All Files" icon then click on refresh icon.
- Right click on `dependencies` or `dependencies/null` directory and click "Include In Project".

# How to use - Drag/Drop
- Download the library anywhere then just drag and drop it anywhere inside your project in the IDE.<br>
**Note:** You might want to create a library where you'd drop it first.

# Importing notes
- All library modules are prefixed by `null.[module_name]`.
- All library modules are in the namespace `null::`.
- This library was coded so that Intellisense would always work fine with it.
# Available modules
- `null.filterable`
- `null.clipboard`
Expand All @@ -28,4 +27,8 @@ MyProject\dependencies> git clone https://github.com/Beyondo/null
- `null.graphics` (requires linking to your chosen graphics APIs and defining preprocessors for each of them)

# Notes:
- All library modules are prefixed by `null.[module_name]`.
- All library modules are in the namespace `null::`.
- This library was coded so that Intellisense would always work fine with it.

If you found this library useful, or at least a good helpful example of how next-gen libraries of C++23 modules should be like, then pleaes consider starring it!

0 comments on commit 3332eac

Please sign in to comment.