Re: [Vala] GIO, GVfs, custom isolated URI handler

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello,

isn't what you are planning an overkill? Are you sure you need a filesystem abstraction layer for something that is basically, calling stat() a few times?

You may also think about using GResource for compiling all resources and linking statically with the app (that makes sense if they are not huge, of course).

Marcin

2016-07-13 11:39 GMT+02:00 Aleksandr Palamar <void995@xxxxxxxxx>:
Hi, everyone.

I'm kind of new to GLib in general, but already have some basic
understanding of how it works. I'm planning to make a game using Vala
(which means GLib, GObject and GIO). One of the first things is to make
isolated VFS with different mount points on file system, each of has it's
own priority while looking for an existing file. I saw that GIO has
something for mounting and it's own GVfs, so may I extend/set up them in
some way to achieve my goal or that is totally another opera and I would
have to reinvent my own bicycle?

For example, while asking for file by URI resource://textures/blank.ktx it
will try to search for (sorted by priority):

~/.game/mod/textures/blank.ktx
~/.game/base/textures/blank.ktx
/opt/game/mod/textures/blank.ktx
/opt/game/base/textures/blank.ktx
_______________________________________________
vala-list mailing list
vala-list@xxxxxxxxx
https://mail.gnome.org/mailman/listinfo/vala-list

_______________________________________________
gtk-list mailing list
gtk-list@xxxxxxxxx
https://mail.gnome.org/mailman/listinfo/gtk-list

[Index of Archives]     [Touch Screen Library]     [GIMP Users]     [Gnome]     [KDE]     [Yosemite News]     [Steve's Art]

  Powered by Linux