Skip to content
This repository has been archived by the owner on Sep 13, 2019. It is now read-only.

Website #15

Open
zacharycarter opened this issue Mar 24, 2017 · 6 comments
Open

Website #15

zacharycarter opened this issue Mar 24, 2017 · 6 comments
Milestone

Comments

@zacharycarter
Copy link
Member

We need some kind of web presence for FRAG.

I don't really care how we do this - I'm thinking a github pages site would suffice.

We're at the stage where we could really start using some help in producing documentation and write ups about how to build the project on different platforms, how to compile shaders, etc... Information I can already start dispensing that is unlikely to change much, but without it, users will be quite puzzled as to how to use the project.

Not only that, but it'd be nice to start generating a little more buzz about the project. This is something we could work on in our down time, but we should start moving on ASAP IMO.

My buddy is working on the logo as far as I know, so as soon as that's ready it'd be sweet if we had something to drop it into and go live with.

@zacharycarter zacharycarter added this to the 0.1 milestone Mar 24, 2017
@ghost
Copy link

ghost commented Apr 22, 2017

I could setup a website with Hugo on Netlify. They would definitely give you the open source tier of their service for FRAG. One option if you want the website up fast is to just use a template and add the information you need on it.

@zacharycarter
Copy link
Member Author

Hi @thmslld thanks for the suggestion! I hadn't heard of Netlify before. I set something up using github pages - http://fragworks.io - not sure if Netlify would make life any easier but so far I'm pretty happy. LMK what you think!

Thanks!
-Zach

@ghost
Copy link

ghost commented Apr 23, 2017

Looks pretty darn good! I guess the big advantage of Netlify is free and effortless SSL for sites. I'm not sure how much of a concern that is for the FRAG site.

@corysabol
Copy link

Not too sure if this is the best place for it, or if it should be it's own issue, but...

On fragworks.io in the example game loop code the following line:

ctx.graphics.clearView(0, ClearMode.Color.ord or ClearMode.Depth.ord, 0x303030ff, 1.0, 0)

throws a type mismatch error when copied and compiled.
I'm using Nim -v 0.17.0 and the current nimble installed version of Frag.

changing the line to;

ctx.graphics.clearView(0, ClearMode.Color.ord or ClearMode.Depth.ord, colors.Color(0x303030ff), 1.0, 0)

And then adding an import of colors, resolved the compilation errors for me.

Anyhow, the website looks really nice!

@zacharycarter
Copy link
Member Author

@sible777 thanks for pointing that out!

I'll fix that today.

@corysabol
Copy link

Not a problem. Keep up the hard work 👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants