Skip to content

Commit

Permalink
build: Add gitpod integration
Browse files Browse the repository at this point in the history
  • Loading branch information
jd28 committed Sep 26, 2021
1 parent 8061008 commit 93b60a0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
image: acgetchell/vcpkg-image

tasks:
- init: >
vcpkg install --feature-flags=manifests
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ And know the place for the first time.

libnw is a simple modern C++ library for NWN(:EE) file formats. It will be part of a trio, or so, of projects and will be the least interesting of all.

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/jd28/libnw)

## Goals

* Aim at implementation equals understanding. Reading the source should leave no questions regarding the underlying file formats (most of them are dead simple).
Expand Down Expand Up @@ -85,7 +87,7 @@ Note in the case of image formats, everything [stbi_image](https://github.com/no
## TODOs

* Merge in more file formats
* GitPod / Github Codespaces integration
* Github Codespaces integration
* Decide on exceptions vs object poisoning
* To work on windows, will probably need nowide.
* Other stuff
Expand Down

0 comments on commit 93b60a0

Please sign in to comment.