...... ! Welcome to the SFML forums! I have just a couple of offtopic notes. ............ project to Github, don't ZIP it up. It prevents browser users from browsing the code without having to ......
32
SFML projects / Re: Witch Blast (dungeon crawl shooter)
« by binary1248 on April 28, 2015, 01:03:10 pm »...... -concept implementation of Emscripten support in SFML. As part of my wide-scale testing, I intend on ............ to port open-source SFML projects to the browser platform. I thought Witch ............ was a good candidate to stress most of the core SFML modules and it doesn't rely on anything non-SFML. ......
...... ! I recently asked a question here : http://en.sfml-dev.org/forums/index.php?topic=18824.0 about ............ you can write a SFML game and get it on the web. From what I gathered ............ program for C++ to HTML that doesn't work with SFML. Basically I really wanted to get SFML stuff on ............ web so you can play it in your browser and there were no programs for doing that so I ............ 's suppose to be here. It's in C++ and I'm writing SFML code and that). Basically it reads .cpp files ............ SFML stuff in (2.3.1). Then it does it's best to ......
34
SFML projects / Re: Kroniax available in the Play store!
« by AlexAUT on September 12, 2015, 11:04:40 am »...... with other libraries (because I was using SFML for such a long time) so I decided to use Java ............ finished the project and can head back to C++ and SFML . So basically the game has a completly new ............ , still minimalistic . Here are the links to the browser version (doesn't run very smooth idk why) and to ............ android app Browser: www.kroniax.tk Android: https://play.google.com/ ......
...... understand whats going on, and it works on this Browser Sandbox, but in the SFML Window the Blackscreen ......
...... windows applications (like the adress bar of your browser)? I'd like to use this in a screen to be able to ............ letter, etc. I apologize in case this is not a sfml-related question because there's no way to do it ............ sfml and therefore it doesn't belong here but in that ......
37
SFML projects / 2D Platformer + Game Engine using OpenGL+SFML
« by kurasu1415 on July 27, 2012, 10:43:01 pm »...... quick-to-write GUIs. It is actually rendering a browser as a texture over the game, but you don't even ............ that have helped me in the past with little SFML glitches, as SFML is used in many of my ......
38
SFML projects / Re: Feather Kit - A C++ Game Framework
« by therocode on January 23, 2014, 04:00:00 am »...... I believe! I will try and achieve the same! Did SFML's windowing system work out of the box? I heard ............ with emscripten.. Nice! Yeah, I don't think SFML works out of the box. But I think it could be ............ now when SFML has Android/IOS stuff going on because I think ............ means that SFML would support open GL ES2. But I am not exactly ............ you would still have to make a bridge from the browser events to the SFML events I think (but don't take ......
39
Graphics / Trying to load glitched JPG file causes access violation
« by BZep on April 09, 2015, 01:00:03 am »...... : Here is a minimal example: #include <SFML\Graphics.hpp> int main() { ............ thing is that the image displays just fine in my browser and native image viewer.. Can someone please ............ release libraries or vice versa. I've been using SFML for a couple of years now. ;^) ~BZep EDIT!: ......
40
General discussions / Re: Clipboard support on Linux: A few hiccups.
« by Ixrec on October 12, 2014, 05:55:30 pm »...... operations. For what it's worth, as an SFML user rather than a maintainer/contributer, I don' ............ "copy" events actually exist outside of certain browser and application-specific APIs. I assume there ......
41
SFML projects / Glassomium - Multi-touch window manager
« by pierotofy on August 29, 2012, 05:17:39 pm »...... project I've been working on uses SFML at its core. It's an open source cross platform ............ , kiosks' displays). It renders the content of web browser tabs onto a texture and allows developers to use ......
42
Network / How to download a video from a website?
« by jbos190 on January 23, 2014, 06:58:40 am »...... I use the http functionalities of sfml, I can download videos, but I can't play them ............ it with VLC player. When I enter the uri into IE browser, it downloads and then plays properly. It also ............ in Visual Studio. Also, the file downloaded with sfml is about .3MB larger, although I couldn't see any ......
...... to get something. IT appeared as though the browser decided to display everything I said it, as ............ , the socket is not listening255.255.255.255www.sfml-dev.org/ip-provider.php˜6@Â6@Â6@Â6@Â6@Â6@Â6@Â6@Â6@ ............ /GETPOSTHEAD HTTP/. : http/http://https://Fromuser@sfml-dev.orgUser-Agentlibsfml-network/2.xHostContent- ............ this content comes from, but I assume, somehow, SFML added this on, although I thought the error log ............ tacked in there with any HTTP/HTML, and so the browser is rather confused, and so making a proper server ............ this giberish. All I can assume is that it is an SFML sockets issue. Not quite sure how to correctly ............ ::cin.get(); } This with including SFML/Network and iostream, as well as linking with the ............ (this rather than 80). I don't think it is a browser issue, though, because chrome displays about the ............ correct as well. Thanks if you can help. EDIT: SFML2-rc from... a few months back. Might be useful ......
44
General / Trying an unusual idea with audio feedback
« by BruceJohnJennerLawso on November 08, 2014, 09:42:29 pm »...... //////////////////////////////////////////// // An SFML program that runs in the background ////////////// ............ "Headers.hpp" //#include "Source.cpp" #include <SFML/Graphics.hpp> #include <SFML/Audio.hpp> #include < ............ /Window.hpp> #include <SFML/System.hpp> int main() { sf:: ............ in another application like a text editor or browser. Is there any way that the program could be set ......
45
SFML projects / NetEXT - SFML.NET Extension Library based on Thor
« by zsbzsb on August 30, 2013, 08:46:03 pm »...... is it? NetEXT is a SFML.NET extension library that is designed to provide ............ modules to SFML for CLI/CLR languages. It currently covers areas ............ port of Thor. And of course thanks to Laurent for SFML. Licensing NetEXT is licensed with the ZLIP/ ............ , the license same as SFML and Thor. Go to town on it and write patches and ............ ], but for now just drop NetEXT into your object browser to read the documentation. ......
...... ! I think it would be awesome if SFML was ported to work on NaCl. Google's Native ............ native C/C++ code directy as an applicaton in the browser, with openGL ES 2.0 rendering. The only browser ............ of now is chrome, however they aim to have more browsers implementing it. It handles window creation, ............ their API that provides such (the pepper API) and SFML as well as have SFML use openGL ES. The rest ............ since it would mean that applications written in sfml could with a very little effort be deployed over ......
...... . Is there any way to create maximized window in sfml? By maximized I mean this http://i.imgur.com/ ............ .png (i mean file browser window ofc). Probably it can be done somehow in ............ but I'd prefer to find SFML solution. Thanks in advance! EDIT: Yes, doing ............ is pretty easy. However I'm still looking for SFML solution to this problem (portable code is very ............ to me). So I'm still in need of sfml solution! EDIT2: SFML has window.setSize ............ (obviously), so I think there is some way to force sfml to send "maximize window" to OS. But I simply can' ......
48
General / Cannot compile (Code::Blocks 12.11 / Mingw) Win7 64
« by ZiggyCoded on September 15, 2013, 02:24:48 pm »...... folks, I'm having trouble trying to get SFML working. I'm on Win7 64bit using Code::Blocks 12. ............ ). The problem: Build messages: Quote ||=== SFML Test, Debug ===| ld.exe||cannot find -lsfml- ............ -d| ld.exe||cannot find -lsfml-window-d| ld.exe||cannot find -lsfml-system-d| ||= ............ Build Log: Quote -------------- Build: Debug in SFML Test (compiler: GNU GCC Compiler)--------------- ............ -w64-mingw32-g++.exe -L..\..\Libraries\SFML-2.1\lib -o "bin\Debug\SFML Test.exe" obj\Debug\ ............ \main.o -lsfml-graphics-d -lsfml-window-d -lsfml-system-d - ............ /bin/ld.exe: skipping incompatible ..\..\Libraries\SFML-2.1\lib/libsfml-graphics-d.a when searching for - ............ /bin/ld.exe: skipping incompatible ..\..\Libraries\SFML-2.1\lib\libsfml-graphics-d.a when searching for - ............ /bin/ld.exe: skipping incompatible ..\..\Libraries\SFML-2.1\lib/libsfml-graphics-d.a when searching for - ............ ../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lsfml-graphics-d c:/c++/mingw64/bin/../lib/gcc/x86_64- ............ /bin/ld.exe: skipping incompatible ..\..\Libraries\SFML-2.1\lib/libsfml-window-d.a when searching for - ............ /bin/ld.exe: skipping incompatible ..\..\Libraries\SFML-2.1\lib\libsfml-window-d.a when searching for - ............ /bin/ld.exe: skipping incompatible ..\..\Libraries\SFML-2.1\lib/libsfml-window-d.a when searching for - ............ ../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lsfml-window-d c:/c++/mingw64/bin/../lib/gcc/x86_64-w64- ............ /bin/ld.exe: skipping incompatible ..\..\Libraries\SFML-2.1\lib/libsfml-system-d.a when searching for - ............ /bin/ld.exe: skipping incompatible ..\..\Libraries\SFML-2.1\lib\libsfml-system-d.a when searching for - ............ /bin/ld.exe: skipping incompatible ..\..\Libraries\SFML-2.1\lib/libsfml-system-d.a when searching for - ............ ../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lsfml-system-d collect2.exe: error: ld returned 1 exit ............ the problem. I started out here: http://www.sfml-dev.org/tutorials/2.1/start-cb.php I followed it ............ (rather the clicking the actual file in the file browser), so I typed the correct ones. Build options> ............ settings>Link libraries Release: sfml-graphics sfml-window sfml-system Debug: sfml- ............ -d sfml-window-d sfml-system-d Everything in the ............ -rev3, which I believe is SJLJ and matches the SFML download. This is what my "Global Compiler ......
49
General discussions / "Web SFML" using HTML5/Javascript/WebGL
« by Ixrec on October 27, 2013, 03:00:53 am »...... of mind there's always been the idea of "porting" SFML to "the internet" (whatever the correct terms for ............ run client-side. 2) There is simply no good cross-browser/platform/etc way to do client-side C++. CGI and ............ impressions are correct, it seems like a "web SFML" simply could not be a C++ library, and the ............ libraries are mostly 3D engines, not 2D like SFML. Or would it be better to try and get SFML ............ across Pixi.js, it looks remarkably similar to SFML in spirit, design and graphics functionality (it ............ " is a wrapper of Pixi.js plus whatever bits of SFML it doesn't have but still make sense in a web ......
50
General discussions / Re: Is there anywhere I could download an SFML cheat sheet?
« by eXpl0it3r on May 05, 2016, 08:42:25 pm »...... been shared. The one you linked to is also for PySFML and not the official C++ SFML. SFML's API is ............ I find it much more useful to have the complete SFML API documentation open in my browser and if I ............ , I simply get the doc that is included in any SFML package or build it myself. ......
...... Timestep!. I have that exact document up in my browser right now LOL But I was unclear how applicable ............ people use this, or a different method using SFML to correctly adjust TimeStep in their games. ......
...... the main CPU on decoding H264. I also am using SFML in my browser plugin for displaying H264 video. I ............ , Are there any plans to integrate OpenCL into SFML? ONe thing bugged me about SFML when I ......
...... JSFML is the official Java binding to SFML, a Java ............ access to a wide range of the functionalities of SFML. Java has been missing a simple, straightforward, ............ efficient multimedia library. It is the goal of JSFML to provide such a library for Java developers by ............ straightforward design and blazing performance of SFML. What JSFML is and is not JSFML is a Java ............ to SFML. It is not Java re-implementation of SFML. This ............ JSFML relatively easy to maintain and ensures that it ............ be updated to the latest SFML release, including all new features and bugfixes, ............ a minimal amount of time. Features JSFML focuses on bindings to the Graphics, Audio and ............ features of SFML as well as all related helper and utility types. ............ . Planned features include integration of SFML RenderWindows into AWT / Swing applications, ............ would also allow the use of SFML in browser applets. JSFML works on Windows and ............ will not have to bother with packaging JSFML properly, but can simply redistribute the JSFML ............ as one single jar file. Conventions Since JSFML is a binding to SFML, the API will be layed out ............ const references and operator overloading. JSFML follows the following principles: Overloaded ............ for SFML objects are represented by appropriately named ............ within the class in question. Objects passed to JSFML methods are never modified by those unless it is ............ in the documentation. Objects retrieved from SFML that should not be altered, such as the default ............ @NotNull. If null is passed for these parameters, JSFML will throw an IllegalArgumentException. For a ............ conventions intentionally differ from those of SFML: camelBack naming convention for methods, ............ value (true or false) when resources are loaded, JSFML throws exceptions if something goes wrong. ............ code JSFML's source code is available from its Github ............ : https://github.com/pdinklag/JSFML Please refer to the notes found there in case you ............ to build JSFML. Requests, ideas, bugs and other issues Feel ............ On the Github wiki: https://github.com/pdinklag/JSFML/wiki Javadoc A Javadoc for JSFML can be found at: ............ http://jsfml.org/javadoc/ Releases There are no releases of ............ stay tuned to this forum for test pre-releases! JSFML is set for a first official release not long ............ the official release of SFML 2.0. ......
54
General discussions / SFML 2 and Qt5 on Windows
« by Canadadry on December 30, 2012, 12:38:45 pm »...... to avoid those issues and look WebGL and how Browser implemented it without requiring decent drivers. ............ Port SMFL 2 to ANGLE, this just required to port SFML 2 to OpenGL 2, ES 2. We can let people rebuild ......
...... I've been trying to figure out how to give an SFML program the right icon or set of icons on each OS ............ 've already accomplished that (after modifying the SFML source code a little), but on my Ubuntu VM I'm ............ , and I have no idea whether to blame myself, SFML, Ubuntu, Unity, X, or VMware. When building from ............ turned off (I like static linking) and SFML_BUILD_EXAMPLES turned on (since they make great ............ entry, and have its Exec line point to the SFML example program called "opengl." I also modified ............ all three of these cases, with the real Firefox browser running at the same time so you can clearly see ............ -blurry custom icon. So then I want to think it's SFML, but what the hell could it be doing to cause a ......
56
General discussions / Installing SFML 2.0 on linux for dummies
« by falconmick on November 26, 2012, 06:44:10 pm »...... ... I've gone through figuring out how to install SFML on my Ubuntu installation and it wasn't easy to ............ following guides to help you figure all this out: sfml-dev.org guide sfmlcoder.wordpress (better guide) ............ (also has other usefull SFML related tutorials) Well enough jibber jabber, I ............ I wouldn't be KISS'n Step 1. Download the latest SFML 2.0 build open your terminal and create a new ............ and cd into it i.e. Quote mkdir sfml2build cd sfml2build next download the latest ............ build and extract Quote wget https://github.com/SFML/SFML/tarball/master tar zxf master rm master ............ if you look into your sfml2build folder using the folder browser or the dir ............ you will see one fodler: LaurentGomila-SFML-59a68f0 Day per day, this folder will change as ............ through this command Quote mv #your folder name# sfml2src sfml2src being the new folder name next is ............ apt-get install g++ save it is getReq inside of sfml2build folder you can either double click it to ............ script I made to configure, make and install sfml first cd into sfml2src or what ever you called it ............ Quote cd sfml2src just coppy/past this quote and do as you ............ (call it installer this time and save it inside of sfml2src folder) see installer inside of tools.tar.gz ............ echo Starting SFML 2.0 install echo see install.log for install ............ No pkg-config files are provided for the static SFML libraries (SFML_INSTALL_PKGCONFIG_FILES will be ............ , I ignored it. and that's it, the latest SFML 2.0 build should be installed to test it's ............ you can download tools.tar.gz Quote #include <SFML/Graphics.hpp> int main() { sf::RenderWindow ............ (sf::VideoMode(200, 200), "SFML works!"); sf::CircleShape shape(100.f); ............ options (ill use graphics lib as an example) libsfml-graphics release with dynamic libraries ............ -graphics-d debug with dynamic libraries libsfml-graphics-s release with static libraries ............ you then also must link (for the demo to work) libsfml-window( /-d/-s/-s-d) libsfml-system( /-d/-s/-s-d) ............ you must also include the libraries used by SFML which are: pthread GL X11 Xrandr freetype GLEW ......
57
Graphics / How to do sf::Text always the same size, regardless window resizing
« by trilavia on December 24, 2012, 12:01:01 pm »...... , for example in browser when you resize the window the text is always the ............ size. In SFML, when I create 1200x900 window, the text is ......
...... I do something outside of the application (Open browser, open a folder, open a winrar archive, etc...) ............ a way to change this? Or should I stop using SFML thread classes? Thanks in advance. ......
59
SFML projects / Zester Project (Software Development Toolkit)
« by caracal on May 26, 2010, 08:32:26 pm »...... toolkits http://www.x.org/wiki/ When integrating SFML with X11 as seen in http://www.sfml-dev.org/ ............ Multimedia Simple and Fast Multimedia Library (SFML) is an object-oriented, cross-platform, free and ............ to SDL with a greater emphasis on OOP. http://www.sfml-dev.org/ 2D Vector Graphic Library: Cairo is a ............ clean as possible. http://www.horde3d.org/ Web Browser Engine: Berkelium is a library that provides off- ............ browser rendering via Google’s open source Chromium and ............ rendering engine, allowing us to safely isolate browser instances. http://github.com/sirikata/berkelium ......
60
General / Getting started with Code Blocks on Windows
« by the_composer on March 05, 2013, 12:22:28 am »...... 'm trying to get set up with SFML in Code Blocks on Windows 7. I'm currently ............ project, I get errors of the type: "cannot find -lsfml-graphics-s-d". However, if I select the .a files ............ the file browser using the Add library button, my settings look ......