-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRead.me
More file actions
30 lines (25 loc) · 1.51 KB
/
Copy pathRead.me
File metadata and controls
30 lines (25 loc) · 1.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Project: Simple project for JSIL
Description: Minimal JSIL project, configured to run out-of-box (out-of-git?). Each non-obvious line
of C#/HTML/JavaScript code is described, however, how/why it works is discovered
by trail-and-error approach, no guarantees on correctness.
To use it in Your application, simply compile solution, copy entire folder and add Your own content.
Feel free to remove this file once You did it.
License: Enjoy without any limitations.
Author: Maciej "Expro" Grabowski
E-mail: [email protected] | [email protected]
What-is-what:
".\Compiler\" - place for JSIL compiler.
".\Build\" - compiled content of your application.
".\Build\index.html" - web page responsible for execution of Your application.
".\Build\Scripts\" - place for compiled assemblies (scripts) of your application,
filed automatically by post-build event.
".\Build\Libraries\" - place for JSIL and JavaScript libraries.
".\Build\Files\" - place for file assets.
".\Build\Content\" - place for XNA content assets.
How-To:
1. Compile JSIL solution ("Release" build recommended for speed).
2. Create new, empty solution for your application, copy and add "SimpleProject" into it.
3. Create symbolic links for ".\Compiler\" (pointing to directory with JSILc.exe), and for ".\Build\Libraries\"
(pointing to JSIL "Libraries" directory). Alternatively, copy compiler and libraries manually - however,
You will need to keep them in sync on Your own.
4. Fill solution with content.