forked from haxiomic/GPU-Fluid-Experiments
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.xml
More file actions
23 lines (17 loc) · 761 Bytes
/
project.xml
File metadata and controls
23 lines (17 loc) · 761 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<project>
<meta title="GPU Fluid Experiment" package="com.haxiomic.glfluid" version="1.0.0" company="Haxiomic" />
<meta title="WebGL Fluid Experiment" if="html5" />
<app main="Main" path="Export" file="GLFluid" />
<!-- <window width="2560" height="1400"/> -->
<window hardware="true" allow-shaders="true" require-shaders="true" depth-buffer="false" stencil-buffer="false" />
<window fullscreen="false" resizable="true" borderless="false" vsync="true" />
<window fps="120" unless="html5"/>
<window fps="0" if="html5"/>
<source path="Source" />
<haxelib name="lime" />
<haxelib name="shaderblox" />
<haxelib name="gltoolbox" />
<haxelib name="browsermonitor" />
<template path="Templates" />
</project>