Skip to content

Commit

Permalink
Added text and pic to readme, moved help.md to docs directory
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienTD committed Aug 3, 2018
1 parent ffe0c48 commit 9dd48ae
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,25 @@
# c47edit

A scene editor for Hitman: Codename 47.

Licensed under the GPL 3.

[Download compiled release](https://github.com/AdrienTD/c47edit/releases)

![Screenshot](docs/shot_001.png)

## Usage

See the [help.md](docs/help.md) file.

## Compiling

The program requires Visual Studio 2010 or a more recent version (as it's using some C++11 features) to be compiled and will only work on Windows.

* If you have Visual Studio 2017, you can open the project files that are included in this repository to compile the program.
* Or you can also use the Visual Studio / Windows SDK command prompt and run the **build.bat** file to build the editor.

## Libraries used

* [Dear ImGui](https://github.com/ocornut/imgui) (MIT license) for the GUI
* [Miniz](https://github.com/richgel999/miniz) (MIT license) for ZIP archive (de)compression
File renamed without changes.
Binary file added docs/shot_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9dd48ae

Please sign in to comment.